home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / view62.zip / VIEW62.DOC < prev   
Text File  |  1993-01-06  |  10KB  |  238 lines

  1.        
  2.             ╔═══════════════════════════════════════╗
  3.             ║ VIEW Copyright (c) 1992 Malcolm Drury ║
  4.             ╚═══════════════════════════════════════╝
  5.  
  6.      Note: this package contains the following files:
  7.  
  8.                      VIEW.EXE (version 6.2)
  9.                      MODVU62.COM
  10.                      VIEW62.DOC
  11.  
  12.  
  13. VIEW is a file viewing utility, allowing you to read ASCII,  WordPerfect
  14. (5.0 and 5.1, including Windows) and Microsoft Word (4 and 5 and WinWord
  15. 1 and 2) files, and to print all or part of them to file or printer.
  16. VIEW also allows you to search for case-insensitive text strings.
  17.  
  18. MODVU62 allows you to customize display colors for VIEW and also allows you
  19. to customize its printing and display features.
  20.  
  21.  
  22.                          *** IMPORTANT ***
  23.  
  24. The author makes no warranty that the software in this package will work with
  25. your particular hardware configuration.  Further, you use the programs
  26. entirely at your own risk, and the author will not be held liable for any
  27. damage caused to your hardware or software through their use. 
  28.  
  29. Legalities aside, you should not run into difficulties with this software.
  30.  
  31. VIEW and the other programs in this package are distributed as "contributory
  32. shareware".  You do not have to register as a user, nor are you under any
  33. obligation to pay for the use of the programs.  However, in the spirit of
  34. shareware, you are requested to consider making a small donation to the author
  35. if you find the software in this package useful.  The suggested contribution
  36. is $10, but less (or more!) would be fine.  Should you decide to make
  37. a contribution, please remit to:
  38.  
  39.                    Malcolm Drury
  40.                    11 Adele Crescent
  41.                    Nepean
  42.                    ON  K2J 2T7
  43.                    Canada
  44.  
  45. Thank you.
  46.  
  47.  
  48.  
  49. IF YOU HAVE PREVIOUSLY PAID FOR AN EARLIER VERSION  -  THANKS, AND
  50. OF COURSE YOU ARE NOT EXPECTED TO PAY AGAIN.
  51.  
  52. Please note that at the contribution requested, I cannot provide direct
  53. technical support, nor automatically send upgrades, should they
  54. become available. If you have comments, questions, bug reports etc., please
  55. leave a message on this BBS, or to my CIS address -   70574,3457 - or
  56. to my INTERNET address  -  drury@gsc.emr.ca
  57.  
  58. The software is supplied on an "as is" basis, and is fully functional
  59. - not crippled in any way.  Furthermore, you will never be prompted with
  60. "Have you paid me yet?" notices. I do not use - or register - "crippleware",
  61. and I do not ask you to do that with a crippled version of VIEW.
  62.  
  63. You are free to distribute this software package provided that you
  64. distribute the ENTIRE package, including this documentation file.
  65.  
  66. I hope you find this package useful.
  67.  
  68.  
  69. Now to the fun stuff!
  70.  
  71.  
  72.         **************************************************
  73.  
  74. VIEW 
  75.  
  76. Usage:  view [d:][path]filename [/x]
  77.  
  78. Using VIEW is pretty straightforward. Pressing F1 brings up a help menu,
  79. and the key features of the menu are permanently displayed on the bottom line.
  80.  
  81. Note that VIEW reads as much of a file as possible into memory, but if not all
  82. of a file can be read in it won't display the full file. This allows you to
  83. skip instantly to any part of the file in memory without disk reads.  Depending
  84. on how much conventional RAM you have installed and how many TSRs you have
  85. running, you should have no difficulty reading in up to 400kb of text - and
  86. believe me, that's one big file!   If you are not using DOS 5.0 or a memory
  87. manager such as QEMM386 or 386MAX, I strongly recommend you do so.
  88.  
  89. Note that if you have WordPerfect files with embedded graphics, the file
  90. size may be substantial - not to worry, VIEW will automatically bypass the
  91. graphics information, which would be stored in an enormous header preceding
  92. the text.
  93.  
  94. VIEW will automatically detect WordPerfect 5.0 and later and Microsoft Word
  95. formats.  However, you can override this by using the "/a" switch (see below).
  96.  
  97.                       **** NEW IN VERSION 6.0 ****
  98.  
  99. Support for WordPerfect 4.2 has been removed.  I will attempt to provide
  100. customized versions with this feature reinstated to any paying customer
  101. who sends a blank formated diskette alomg with their payment.
  102.  
  103. Support for WinWord 2 has been added.  I am not a Word user, so I cannot
  104. guarantee that this feature works properly. I have attempted to cover every
  105. possibility for reading and decoding WordPerfect and Word's file structure,
  106. but if you find that VIEW is not properly displaying a document, please send
  107. me a copy of the file and I will attempt to resolve the problem and send you
  108. back an updated version of VIEW.  Owing to the tortuous complexities of
  109. WordPerfect document file structures in particular, I cannot guarantee that
  110. I'll be able to resolve the problem - however, I have been able to resolve all
  111. difficulties I've come across so far. PLEASE NOTE THAT FORMATTED TABLES ETC.
  112. WILL NOT DISPLAY IN THE SAME WAY AS YOU WOULD SEE THEM PRINTED FROM THE WORD
  113. PROCEESOR IRSELF.
  114.  
  115. Text searches (up to 40 characters) are now case-insensitive, both for
  116. on-screen display and for output files of lines containing (or not containing)
  117. the text string specified.
  118.  
  119. Most of the previous command line switches have been omitted.  The only two
  120. that are now available are:
  121.  
  122.      /80    - force line wrap after 80 characters
  123.      /a     - force ASCII display
  124.  
  125. (These correspond to /x in the usage information above).
  126.  
  127. The "force to 80 characters" switch allows you to see all text without having
  128. to scroll left or right.  However, it does mean that lines with more than 80
  129. characters will display on screen with line breaks that are perhaps in the
  130. middle of words, which may prevent text searches from finding all occurrences
  131. of a given string (text searches are limited to "hits" in single screen lines
  132. only).
  133.  
  134. The "force to ASCII" switch allows you to display files in their entirety. Both
  135. WordPerfect and Word files have non-text headers (and Word also has a non-text
  136. footer) that are normally not displayed if VIEW is allowed to detect the file
  137. type automatically.
  138.  
  139.  
  140.  
  141.                       **** NEW IN VERSION 6.1 ****
  142.  
  143. Version 6.1 is functionally the same as version 6.0. The only difference
  144. is that 6.1 will restore your default screen colors on exit.
  145.  
  146.  
  147.                       **** NEW IN VERSION 6.2 ****
  148.  
  149. In version 6.2 you now have the choice of performing text searches either 
  150. in case-sensitive mode or case-insensitive mode.  When using the /80 switch
  151. VIEW now attempts to put in a line wrap inbetween words rather than inside.
  152.  
  153.  
  154.  
  155. *********************
  156.  
  157. MODVU62
  158.  
  159. usage:  modvu62
  160.  
  161. This program produces a file called VIEWSET.62, which is read when VIEW
  162. is loaded. It overrides the default color scheme.  You should ensure that
  163. the 62 file is in a directory that is referenced by your AUTOEXEC.BAT PATH
  164. statement.  However, if you wish to have different versions of your color
  165. scheme in different directories, just place the specific 62 file in the
  166. directory you want.
  167.  
  168. Setting colors is self-explanatory.  However. MODVU62 also allows you to set
  169. some print parameters, such as number of lines per printed page, number of
  170. spaces to expand tabs, and number of spaces to leave for the left margin. 
  171.  
  172. MODVU62 also allows you to choose whether the "delete file?" feature of
  173. VIEW is activated.  As a safety measure, the default is delete off. You can
  174. override this through VIEWSET.62.  Even with the feature on, a file will not
  175. be deleted until you have answered an "are you sure?" question.
  176.  
  177. Finally, MODVU62 allows you to override the default number of lines of display
  178. and display speeds if you have a system that appears not to work properly
  179. with these.
  180.  
  181. Finally, MODVU62 allows you to set the right margin for use with the /80
  182. switch.  The default is 12 - that is, VIEW counts charcters per line and
  183. if it is within 12 of the rightmost screen column puts in a line feed if
  184. it finds a space.  This is not absolutely foolproof; you may find that
  185. setting the line wrap margin to greater than 12 gives better performance.
  186. Note that Word files automatically use the right margin line wrap
  187. value, whether you use the /80 switch or not.  This is because the body of
  188. text in a Word file does not contain "soft" carriage return information.
  189.  
  190.  
  191. Malcolm Drury
  192. 07 January 1993
  193.  
  194.  
  195. **************************************************************************
  196.  
  197.             Look for the following shareware on this BBS
  198.  
  199. VGAPAL.ZIP - customize up to 4 VGA text color palettes, choosing from more
  200.              than 2600000 colors! (And see how many you can actually discern!).
  201.              One palette can be used to create a small (2k) TSR program that
  202.              maintains your chosen scheme.  Alternatively, you can set any of
  203.              the palettes, or a grey-scale scheme, from a non-TSR if
  204.              memory is a problem.
  205.  
  206.  
  207. DDIRV72.ZIP - double-column directory display that highlights new files,
  208.               flags system, hidden and read-only files, and optionally shows
  209.               the "dead" space on disk associated with each file or the total
  210.               space each file actually uses. Full file list sorting, and
  211.               can scroll back and forth within the file list.
  212.  
  213. ADR50.ZIP - address and telephone number filer, and label maker.  Suitable
  214.             for personal databases or for small clubs etc.  Ideal for finding
  215.             telephone numbers quickly.
  216.  
  217. SPCEINF7.ZIP - shows graphically hard disk space installed, used and free,
  218.                for all drives; second program shows graphically space on
  219.                designated drive (including floppy), and reports on installed
  220.                and available RAM, including XMS and EMS memory.
  221.  
  222. MTG.ZIP - quick and dirty mortgage calculator, American and Canadian styles of
  223.           calculation.    
  224.  
  225. INV.ZIP - home inventory list program - keep track of how much
  226.           you're really worth!
  227.  
  228. IF YOU DO NOT FIND ANY OF THESE, LEAVE ME A MESSAGE!
  229.  
  230. CIS 70574,3457
  231. INTERNET drury@gsc.emr.ca
  232.  
  233. Malcolm Drury
  234. 11 Adele Crescent
  235. Nepean
  236. Ont.  K2J 2T7
  237. CANADA
  238.